swap

abstract fun swap(): Either<R, L>

Swaps Left to Right and Right to Left.

Return

Left if this is Right or Right if this is Left.